GoXam for WPF v3
IsNodeType Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsNodeType Method
the arbitrary object to be checked for compatibility to be a node data
This predicate is true when the argument is an instance of NodeType.
Syntax
public bool IsNodeType( 
   object nodedata
)

Parameters

nodedata
the arbitrary object to be checked for compatibility to be a node data

Return Value

true if the nodedata can be cast to the NodeType; false otherwise
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members